home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / CHOOZDCL.ZIP / CHOOZDCL.INI < prev    next >
Encoding:
INI File  |  1996-11-30  |  1.4 KB  |  46 lines

  1. '****************************************************
  2.  
  3. 'CHOOZDCL was written to launch Delphi with different
  4. 'component libraries, but could be used generally
  5. 'where an INI file section needs changing to launch
  6. 'a program in different configurations- simply modify
  7. 'the General parameters below.
  8.  
  9. 'CHOOZDCL will default to reading CHOOZDCL.INI - this
  10. 'can be changed by specifying a different INI file
  11. 'name on the command line, e.g. CHOOZDCL CHOOZVBP.INI
  12.  
  13. '****************************************************
  14. 'Copyright David Martin, 1996              Use Freely
  15. '****************************************************
  16.  
  17. 'All General parameters are optional and will default 
  18. 'to Delphi-specific values.
  19. [General]
  20. CommandLine=C:\DEL\BIN\DELPHI.EXE
  21. 'IniFile=DELPHI.INI
  22. 'IniSection=Library
  23.  
  24. 'Name each configuration here, numbered contiguously 
  25. 'from 1 (use &'s to provide keyboard shortcuts).
  26. [Configurations]
  27. Config1=&Standard COMPLIB.DCL
  28. Config2=&Apollo without BDE
  29. Config3=A&pollo with BDE
  30.  
  31. 'For each configuration above, create a [Configx] 
  32. 'section below with the exact parameters to write to 
  33. 'the IniSection in the IniFile specified in [General].
  34.  
  35. [Config1]
  36. SearchPath=C:\DEL\LIB
  37. ComponentLibrary=C:\DEL\COMPLIB.DCL
  38.  
  39. [Config2]
  40. SearchPath=C:\APOLLO2;C:\APOLLO2\SDE_ONLY;C:\DEL\LIB
  41. ComponentLibrary=C:\DEL\APOLLO2.DCL
  42.  
  43. [Config3]
  44. SearchPath=C:\APOLLO2;C:\APOLLO2\SDE_BDE;C:\DEL\LIB
  45. ComponentLibrary=C:\DEL\APOLLO2B.DCL
  46.